Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
globby ^14.0.0 -> ^15.0.0 age confidence

Release Notes

sindresorhus/globby (globby)

v15.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bug: Globby Update Breaks Node Compatibility

The globby v15 update introduced a Node.js version incompatibility. globby now requires Node.js >=20, but the project's engines.node still specifies >=18.0.0. This prevents the project from running or installing correctly on Node.js 18 or 19.

package.json#L59-L60

apify-docs/package.json

Lines 59 to 60 in a3e4aa6

"globals": "^16.0.0",
"globby": "^15.0.0",

package.json#L70-L73

apify-docs/package.json

Lines 70 to 73 in a3e4aa6

"@apify/ui-library": "^1.0.0",
"@docusaurus/core": "^3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/plugin-client-redirects": "^3.8.1",

package-lock.json#L13920-L13921

https://github.com/apify/apify-docs/blob/a3e4aa6d110f306b9ad3db8ada538fa4b1818011/package-lock.json#L13920-L13921

Fix in Cursor Fix in Web


Comment @cursor review or bugbot run to trigger another review on this PR

@apify-service-account
Copy link

Preview for this PR was built for commit a3e4aa6 and is ready at https://pr-1952.preview.docs.apify.com!

@renovate renovate bot changed the title chore(deps): update dependency globby to v15 chore(deps): update dependency globby to v15 - autoclosed Sep 29, 2025
@renovate renovate bot closed this Sep 29, 2025
@renovate renovate bot deleted the renovate/globby-15.x branch September 29, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants